Global Index
HTML5 JS API Index > CSS Object Model Tutorials & Specs

StyleSheetList

The StyleSheetList interface represents an ordered collection of CSS style sheets.

Properties
unsigned long
length
The length attribute must return the number of CSS style sheets represented by the collection.
Operations
StyleSheet?
item(unsigned long index)
The item(index) method must return the indexth CSS style sheet in the collection. If there is no indexth object in the collection, then the method must return null.
Referenced by
DocumentstyleSheets
ShadowRootstyleSheets